[Alfresco] property qualified-name in method getContentReader

Posted by Ar3s on Stack Overflow See other posts from Stack Overflow or by Ar3s
Published on 2010-04-13T11:42:07Z Indexed on 2010/04/13 11:42 UTC
Read the original article Hit count: 293

Filed under:
|
|
|
|

Hi there, I first apologize for my poor english level and maybe for the stupidity of my question ;)

I am on an alfresco project to learn how it works.

I have to browse programatically my content repository and gather datas all along. In order to do that I guessed I had to use a ContentReader (I get from my ContentService) but the method getReader wants a nodeRef and a propertyQualifiedName.

I am ok with the nodeRef, I get what it's needed for.

But the propertyQualifiedName puzzles me, I barely get what it is but I frankly don't get how it is used.

Reading some alfresco forum threads I get more and more scared that I dont even get how a reader works, I somewhere saw that a reader can read only one node and only one time per instance.

If anyone knows a bit about the Java API for Alfresco Content Repository use I am all hears !

Cheers all !

© Stack Overflow or respective owner

Related posts about alfresco

Related posts about repository